github.com/golang/protobuf/proto.textParser.unmarshalExtensionOrAny (method)

2 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L111: 			if err := p.unmarshalExtensionOrAny(m, seen); err != nil {
		text_decode.go#L171: func (p *textParser) unmarshalExtensionOrAny(m protoreflect.Message, seen map[protoreflect.FieldNumber]bool) error {